[error] 6#6: *1 FastCGI sent in stderr: “Primary script unknown” while reading response header from upstream
搭建 lamp 的时候, 使用 nginx 访问 php 服务的时候, 会在 nginx 出现这个报错, 请求页面出现 File not found.
- 在 nginx 中配置 php-fpm 的服务的时候, 需要指定 php 服务中文件路径
1 | location ~ \.php$ |
- 在 php 服务的服务文件夹下, 是否能够找到文件, 是否 COPY 路径非 fpm 路径, 是否 volumes 的映射出现问题.
默认 php-fpm 的工作路径为 /var/www